home *** CD-ROM | disk | FTP | other *** search
/ Tech Gian 1997 December / Tech Gian 014 December 1997.iso / SETUP / VB / T_FILE32.DLL / RCDATA / TCHANGEFORM / TCHANGEFORM.txt < prev   
Encoding:
Text File  |  1994-09-22  |  2.9 KB  |  139 lines

  1. object ChangeForm: TChangeForm
  2.   Left = 442
  3.   Top = 341
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╠ë≡ôÇÉ∩┐╜╧ìX'
  7.   ClientHeight = 353
  8.   ClientWidth = 400
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object MainLabel: TLabel
  21.     Left = 16
  22.     Top = 13
  23.     Width = 51
  24.     Height = 16
  25.     Caption = '∩┐╜≡ôÇÉ∩┐╜:'
  26.   end
  27.   object CopyDirNameLabel: TLabel
  28.     Left = 23
  29.     Top = 33
  30.     Width = 354
  31.     Height = 14
  32.     AutoSize = False
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 22
  41.     Top = 241
  42.     Width = 54
  43.     Height = 16
  44.     Caption = '∩┐╜h∩┐╜∩┐╜∩┐╜C∩┐╜u:'
  45.   end
  46.   object NeedLabel: TLabel
  47.     Left = 41
  48.     Top = 297
  49.     Width = 165
  50.     Height = 16
  51.     Caption = '∩┐╜≡ôÇî∩┐╜╠ât∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜T∩┐╜C∩┐╜Y:'
  52.   end
  53.   object TechDriveLabel: TLabel
  54.     Left = 40
  55.     Top = 318
  56.     Width = 143
  57.     Height = 16
  58.     Caption = 'C∩┐╜h∩┐╜∩┐╜∩┐╜C∩┐╜u∩┐╜╠ï≤é½ùe∩┐╜∩┐╜:'
  59.   end
  60.   object TechByteLabel: TLabel
  61.     Left = 281
  62.     Top = 297
  63.     Width = 78
  64.     Height = 20
  65.     Alignment = taRightJustify
  66.     AutoSize = False
  67.     Caption = '3.3MB'
  68.   end
  69.   object TechDriveByteLabel: TLabel
  70.     Left = 280
  71.     Top = 315
  72.     Width = 79
  73.     Height = 19
  74.     Alignment = taRightJustify
  75.     AutoSize = False
  76.     Caption = '330.5MB'
  77.   end
  78.   object DriveComboBox: TDriveComboBox
  79.     Left = 19
  80.     Top = 259
  81.     Width = 213
  82.     Height = 19
  83.     DirList = DirectoryListBox
  84.     Font.Color = clBlack
  85.     Font.Height = -13
  86.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 0
  90.     TextCase = tcUpperCase
  91.     OnChange = DriveComboBoxChange
  92.   end
  93.   object MakeDirButton: TButton
  94.     Left = 245
  95.     Top = 53
  96.     Width = 132
  97.     Height = 29
  98.     Caption = '∩┐╜▐¿┌╕∩┐╜╪░∩┐╜∞ɼ(&M)'
  99.     ParentShowHint = False
  100.     ShowHint = False
  101.     TabOrder = 1
  102.     OnClick = MakeDirButtonClick
  103.   end
  104.   object SetteiButton: TButton
  105.     Left = 245
  106.     Top = 218
  107.     Width = 132
  108.     Height = 29
  109.     Caption = '∩┐╜▌Æ∩┐╜(&S)'
  110.     Default = True
  111.     TabOrder = 2
  112.     OnClick = SetteiButtonClick
  113.   end
  114.   object CancelButton: TButton
  115.     Left = 245
  116.     Top = 251
  117.     Width = 132
  118.     Height = 29
  119.     Cancel = True
  120.     Caption = '∩┐╜∩┐╜∩┐╜~(&C)'
  121.     TabOrder = 3
  122.     OnClick = CancelButtonClick
  123.   end
  124.   object DirectoryListBox: TDirectoryListBox
  125.     Left = 19
  126.     Top = 53
  127.     Width = 213
  128.     Height = 181
  129.     Font.Color = clBlack
  130.     Font.Height = -13
  131.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  132.     Font.Style = []
  133.     ItemHeight = 16
  134.     ParentFont = False
  135.     TabOrder = 4
  136.     OnChange = DirectoryListBoxChange
  137.   end
  138. end
  139.